docs: Provide parse-support-md
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 5 Apr 2018 17:12:21 +0000 (18:12 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 12 Apr 2018 15:13:49 +0000 (16:13 +0100)
commit658a830a90c631eb4bd3a755cb46e374263af80c
tree2a5a2f13ac475a6360a383375178b8e1056ecdb7
parentf246d42665a6023c248c5b3e374da5691df63f6f
docs: Provide parse-support-md

This utility reads json format pandoc output, from parsing one or more
SUPPORT.md files, and generates an HTML table element containing the
principal version and feature information.

This is rather hairier than I anticipated when I started out; hence
the 400-odd-line Perl script.

Machinery to assemble the appropriate inputs for parse-support-md
will be in the next commit.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Acked-by: Lars Kurth <lars.kurth@citrix.com>
---
v2: New in this version of the series.
v3: Refactor to introduce RealSect
v3: Add [*] footnote to all applicable entries, not just the last
docs/parse-support-md [new file with mode: 0755]